home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm2 / ftpmnt08.rdm < prev    next >
Text File  |  1996-02-22  |  2KB  |  47 lines

  1. Short:    Mounts FTP sites as part of a filesystem
  2. Author:   evan@ucc.gu.uwa.edu.au
  3. Uploader: evan@ucc.gu.uwa.edu.au
  4. Version:  0.8
  5. Type:     comm/tcp
  6. Replaces: comm/tcp/FTPMount.lha
  7.  
  8. FTPMount0.8 is a minor upgrade to 0.7.  There are a few bug fixes and
  9. a few minor improvements done in an afternoon, and only done because they
  10. were simple and would really help some people.
  11.  
  12. Changes from 0.7 to 0.8:
  13.  
  14.  + FTPMount no longer pretends to support the ExamineFH packet.  There was
  15.    a problem with ExamineFH which caused crashes related to the fact that
  16.    the file handle was not in the position in the packet that documentation
  17.    indicated that it was.  I couldn't work out what to do about this, so it
  18.    returns an ACTION_NOT_KNOWN error instead.  Most programs should be able
  19.    to cope transparently with this.
  20.  
  21.  + "//" is legal at the beginning of an FTP: path (for pseudo-URL support),
  22.    thus FTP://ftp.netnet.net/pub/aminet/RECENT is a legitimate path name.
  23.  
  24.  + Directory listings are stored in the same order they are retrieved, so 
  25.    for example, a copy with a wildcard will copy in standard sorting order
  26.    rather than reversed.
  27.  
  28.  + Case insensitivity now picks an exact match over a case insensitive
  29.    match.  Thus if a site (eg Aminet/RECENT/recent ... Grrr) has two entries 
  30.    with the same name, but different cases, you can always distinguish 
  31.    the one you want by typing the name exactly.
  32.  
  33.  + If there is no icon for a site, the tooltypes will be read from the
  34.    Default.info icon.  NB: this doesn't mean that the Default icon specifies 
  35.    the default value for tooltypes!
  36.  
  37.  + The "MESSAGES" ToolType has been added to allow disabling of either
  38.    banner messages or all messages.  Please note that banner messages for public 
  39.    FTP sites are generally "Conditions of use" which should be read and 
  40.    understood by users, so I strongly recommend against putting "MESSAGES=ERROR" 
  41.    or "MESSAGES=NONE" in the Default icon, or in fact for any public ftp site.
  42.  
  43.  + The "PORT" ToolType has been added to allow connection to ports other
  44.    than the standard FTP port (21).
  45.  
  46.  + FTPMount now handles file names with spaces.
  47.